Package-level declarations
Types
Defines a set of allowable identifiers for use in validation. Also supplies Suggestions to generate suggestion popups in-game.
Defines a set of allowable strings for use in validation. Also supplies Suggestions to generate suggestion popups in-game.
SubInterface of Translatable for use with Enums
A math expression for evaluating in-game. Supports a wide array of basic math functions, as well as some MathHelper functions
API for abstraction of simple ModLoader requests
Render utils for DrawContext to provide functionality similar to 1.20.2+ sprite rendering
Classes that implement Translatable can be automatically utilized by many FzzyConfig systems for generating translatable text in-game
A Translatable object that uses it's EntryKeyed key to build the translation/description/prefix keys.
A result of any type T that is wrapped with an optional error message
Marks an object as readable by the Fzzy Config serializer. Needs to be used in plain old java objects added to configs that aren't wrapped in me.fzzyhmstrs.fzzy_config.validation.misc.ValidatedAny